TArrayIterator<T>.Create(T[]) Constructor
Initializes a new instance of the TArrayIterator<T> class.
public
constructor Create(const values: array of T); overload;
Parameters
- values
- Type: array of T
Initializes a new instance of the TArrayIterator<T> class.
public
constructor Create(const values: array of T); overload;